From 202d9c4a35890a07a1b2cfc2702a87e302e19655 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Mon, 13 Jan 2014 17:19:07 +0800 Subject: [PATCH] build/: Rename a Shared MSVC NMake Makefile Rename testsrules_msvc.mak to detectenv_msvc.mak and remove some package- specific stuff from it, to reflect on the nature that this NMake Makefile is shared. --- build/Makefile.am | 2 +- build/{testsrules_msvc.mak => detectenv_msvc.mak} | 7 ------- build/gtk-introspection-msvc.mak | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) rename build/{testsrules_msvc.mak => detectenv_msvc.mak} (92%) diff --git a/build/Makefile.am b/build/Makefile.am index 817a9d72a8..931735b4fa 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -6,7 +6,7 @@ SUBDIRS = \ EXTRA_DIST += \ msvcfiles.py \ gen-file-list-gtk.py \ - testsrules_msvc.mak \ + detectenv_msvc.mak \ introspection-msvc.mak \ gtk-introspection-msvc.mak diff --git a/build/testsrules_msvc.mak b/build/detectenv_msvc.mak similarity index 92% rename from build/testsrules_msvc.mak rename to build/detectenv_msvc.mak index 06c908e832..020548afea 100644 --- a/build/testsrules_msvc.mak +++ b/build/detectenv_msvc.mak @@ -63,10 +63,3 @@ LDFLAGS_ARCH = /machine:x64 !else LDFLAGS_ARCH = /machine:x86 !endif - -LD = link.exe -LD_CFLAGS = /link -EXEEXT = .exe -GLIB_LIBS = gobject-2.0.lib gmodule-2.0.lib glib-2.0.lib - -ATK_API_VERSION = 1.0 diff --git a/build/gtk-introspection-msvc.mak b/build/gtk-introspection-msvc.mak index f1b22fd8d8..711ae579d9 100644 --- a/build/gtk-introspection-msvc.mak +++ b/build/gtk-introspection-msvc.mak @@ -6,7 +6,7 @@ GTK_DLLNAME = gtk-3-vs$(VSVER) # Please do not change anything after this line -!include testsrules_msvc.mak +!include detectenv_msvc.mak APIVERSION = 3.0 -- 2.30.2